home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 1992 August / info-mac-1992.iso / Source / Pascal / Chat / Chat 1.0.0 Source / Chat Source README next >
Encoding:
Text File  |  1992-04-26  |  1.3 KB  |  34 lines  |  [TEXT/ttxt]

  1. Chat 1.0.0 © Peter N Lewis, Mar 1992.
  2. Chat is free, but I retain the copyright on it.
  3.  
  4. This source code may be used for any non-commercial purpose as long 
  5. as I get a mention in the about box and documentation of any derivative program.
  6.  
  7. Chat was written in THINK Pascal v4.0.1.  Chat is a very simple program, 
  8. I wrote it in about three hours, plus I've done about three more hours 
  9. neatifying it, and a couple hours getting it ready to send out.  The entire 
  10. program (ignoring the TCP and other libraries) is only 350 lines, and as 
  11. such should be good pascal sample code for writing TCP applications.
  12.  
  13. The code is very sparsely commented, but pretty simple.  All pascal units 
  14. ending with .unit are taken from my personal library of reusable modules, 
  15. and should be fairly easy to incorporate into any other program.  If you
  16. want to play with this source code, you should probably get the Chat
  17. distribution as well, since it has the documentation for using Chat
  18. which is not included in this distribution.
  19.  
  20. Send postcards, comments, bug reports, wishes, questions to:
  21.  
  22. Peter N Lewis,
  23. 10 Earlston Way,
  24. Booragoon, WA, 6154,
  25. AUSTRALIA
  26.  
  27. or, better yet, by electronic mail to:
  28.  
  29. Internet: peter@cujo.curtin.edu.au
  30. Bitnet: peter%cujo.curtin.edu.au@cunyvm.bitnet
  31. UUCP: uunet!munnari.oz!cujo.curtin.edu.au!peter
  32.  
  33. If you use Chat’s source code, please send me a note!
  34.